libc6
?
https://github.com/s3drive/appimage-app/releases/tag/1.7.11%2B1
Can you also give me an output of: ldd --version
?
https://lindevs.com/check-glibc-version-in-linux and output from libc
e.g.: /lib/x86_64-linux-gnu/libc.so.6
-> GNU C Library (Ubuntu GLIBC 2.31-0ubuntu9.7) stable release version 2.31.
... also if you could send me an output of: strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
this isn't related to AppImage libstdc
, but your OS, but may help me to understand this issue.
If we don't manage to solve it that way, then I will have to find test it on real Debian / Fedora, not sure if this is XFCE related though.
Sorry for not getting back to you sooner, but we're pretty low on resources at the moment. (edited)strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
command is used it shows: GLIBCXX_3.4.32
?
https://stackoverflow.com/a/77075793/2263395
Couple weeks ago, there was an upgrade to our build machine, which may or may not affected the newest glibc
required. If possible I would still advise to use Flatpak release which is supposed to solve these issues.
In the meantime we'll try to confirm if we can somehow bundle glibc
of fallback to older version.